home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19941031-19941221 / 000219_news@columbia.edu_Mon Nov 21 17:27:00 1994.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Received: from apakabar.cc.columbia.edu by watsun.cc.columbia.edu with SMTP id AA04823
  2.   (5.65c+CU/IDA-1.4.4/HLK for <kermit.misc@watsun.cc.columbia.edu>); Mon, 21 Nov 1994 12:27:07 -0500
  3. Received: by apakabar.cc.columbia.edu id AA07530
  4.   (5.65c+CU/IDA-1.4.4/HLK for kermit.misc@watsun); Mon, 21 Nov 1994 12:27:04 -0500
  5. Path: news.columbia.edu!watsun.cc.columbia.edu!fdc
  6. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  7. Newsgroups: comp.protocols.kermit.misc
  8. Subject: Re: Droped characters - flow control problem?
  9. Date: 21 Nov 1994 17:27:00 GMT
  10. Organization: Columbia University
  11. Lines: 23
  12. Message-Id: <3aql94$7ar@apakabar.cc.columbia.edu>
  13. References: <Pine.OSF.3.91a.941120224428.15730B-100000@saul1.u.washington.edu>
  14. Nntp-Posting-Host: watsun.cc.columbia.edu
  15. Apparently-To: kermit.misc@watsun.cc.columbia.edu
  16.  
  17. In article <Pine.OSF.3.91a.941120224428.15730B-100000@saul1.u.washington.edu>,
  18. Micah Anderson  <micah@u.washington.edu> wrote:
  19. >
  20. >I cannot figure out what to set up kermit to use as flow control. I have 
  21. >a 14.4 ZyXEL modem with a hardware handshaking cable and I've always set 
  22. >flow control to be Hardware Handshaking... Now that I am running kermit I 
  23. >am not sure what to set it at and because of this I get characters 
  24. >dropped and redrawing screens really is messy... Any ideas from 
  25. >experienced folks?
  26. >
  27. Modem configuration is always a pain, especially with the newer modems.
  28.  
  29. If you are using MS-DOS Kermit, you can get a Zyxel dialing script for it
  30. that sets up the modem and Kermit for optimal performance.  This script
  31. comes with MS-DOS Kermit 3.14 Beta, available via anonymous ftp to host
  32. kermit.columbia.edu, directory kermit/test/bin, binary mode, file mstibm.zip.
  33. Unzip with "-d" switch.  Install according to directions in the top-level
  34. READ.ME file.  Then just tell Kermit to "set modem zyxel" and DIAL.
  35.  
  36. Remember this is still a beta version; report any problems via e-mail to
  37. kermit@columbia.edu.
  38.  
  39. - Frank